ModuleSettings


This message is specifically for modules to store per-channel configuration data.
Protobuf type meshtastic.ModuleSettings

Types

Link copied to clipboard
class Builder : GeneratedMessage.Builder<BuilderT> , ChannelProtos.ModuleSettingsOrBuilder

This message is specifically for modules to store per-channel configuration data.
Protobuf type meshtastic.ModuleSettings

Properties

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard

Controls whether or not the phone / clients should mute the current channel
Useful for noisy public channels you don't necessarily want to disable
bool is_client_muted = 2;
Link copied to clipboard
Link copied to clipboard

Bits of precision for the location sent in position packets.
uint32 position_precision = 1;
Link copied to clipboard
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): ChannelProtos.ModuleSettings
Link copied to clipboard
open fun parseFrom(data: ByteString): ChannelProtos.ModuleSettings
open fun parseFrom(input: CodedInputStream): ChannelProtos.ModuleSettings
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): ChannelProtos.ModuleSettings
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): ChannelProtos.ModuleSettings
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): ChannelProtos.ModuleSettings
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): ChannelProtos.ModuleSettings
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): ChannelProtos.ModuleSettings
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun writeTo(output: CodedOutputStream)